home *** CD-ROM | disk | FTP | other *** search
-
- on mouseEnter me
- set the ink of sprite the currentSpriteNum to 2
- cursor 280
-
- end
-
- on mouseLeave me
- cursor -1
- set the ink of sprite the currentSpriteNum to 8
-
- end
-
- on mouseUp me
- go to frame 280 of movie "EDU_SCI_2"
- cursor -1
-
- end
-
- on mouseDown me
- beep
-
- end
-